projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
331fdf1
)
[MSDOS]: Don't define proto type for exit.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 29 Apr 1994 19:35:46 +0000
(19:35 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 29 Apr 1994 19:35:46 +0000
(19:35 +0000)
lib-src/hexl.c
patch
|
blob
|
history
diff --git
a/lib-src/hexl.c
b/lib-src/hexl.c
index 20504211b55c52cfb404ada07b54ddc3d57ca67c..c183af7add4fcfb19b06758d6bf2c54b9ff54ca4 100644
(file)
--- a/
lib-src/hexl.c
+++ b/
lib-src/hexl.c
@@
-12,7
+12,10
@@
#define TRUE (1)
#define FALSE (0)
+#ifndef MSDOS
+/* Defined volatile by std.h in MsDos. */
extern void exit (), perror ();
+#endif
int base = DEFAULT_BASE, un_flag = FALSE, iso_flag = FALSE, endian = 1;
int group_by = DEFAULT_GROUPING;